home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / clipper / datetime.zip / DATETIME.DOC next >
Text File  |  1988-09-29  |  3KB  |  37 lines

  1. ;*****************************************************************************
  2. ;* Program Name | SETTIME.ASM                                                *
  3. ;*       Author | Gregory B. Besch                                           *
  4. ;*      Created | 9/29/1988 at 22:41                                         *
  5. ;*      Purpose | Set the computer's system time.                            *
  6. ;*       Syntax | expL = settime(expC)                                       *
  7. ;*              | where: expC is the time to set, in the same format         *
  8. ;*              |        returned by Clipper's time() function.              *
  9. ;*              |                                                            *
  10. ;*      Example | error = settime("22:41:01")                                *
  11. ;*      Returns | expL  - .f. = no error, time changed successfully.         *
  12. ;*              |         .t. = error encountered, time not changed.         *
  13. ;*              |                                                            *
  14. ;*      Version | Clipper Summer '87                                         *
  15. ;*     Revision | 1.0    Last Revised: 9/29/1988  @ 22:41                    *
  16. ;* ------------------------------------------------------------------------- *
  17. ;*   Copyright (C) 1988 by Gregory B. Besch                                  *
  18. ;*   Released to the public domain 9/30/88.                                  *
  19. ;*****************************************************************************
  20. ;* Program Name | SETDATE.ASM                                                *
  21. ;*       Author | Gregory B. Besch                                           *
  22. ;*      Created | 9/29/1988 at 22:41                                         *
  23. ;*      Purpose | Set the computer's system date                             *
  24. ;*       Syntax | expL = setdate(expD)                                       *
  25. ;*              | where: expD is the date to set                             *
  26. ;*              |                                                            *
  27. ;*      Example | error = setdate(ctod("09/29/88"))                          *
  28. ;*      Returns | expL  - .f. = no error, date changed successfully.         *
  29. ;*              |         .t. = error encountered, date not changed.         *
  30. ;*              |                                                            *
  31. ;*      Version | Clipper Summer '87                                         *
  32. ;*     Revision | 1.0    Last Revised: 9/29/1988  @ 22:41                    *
  33. ;* ------------------------------------------------------------------------- *
  34. ;*   Copyright (C) 1988 by Gregory B. Besch                                  *
  35. ;*   Released to the public domain 9/30/88.                                  *
  36. ;*****************************************************************************
  37.